<xs:complexTypename="ContactCommunication"xmlns:xs="http://www.w3.org/2001/XMLSchema"><xs:annotation><xs:documentationxml:lang="de">Block für Kommunikationsdaten einer Kontaktperson</xs:documentation><xs:documentationxml:lang="en">Group for communication data of a contact person</xs:documentation></xs:annotation><xs:sequence><xs:elementname="CommunicationCode"minOccurs="1"maxOccurs="1"><xs:annotation><xs:documentationxml:lang="de"><dl><dt>Typ der Kommunikationsadresse</dt><dt>Codeliste: </dt><dt>EM = eMail</dt><dt>FX = Fax</dt><dt>TE = Telefon</dt><dt>AL = MobilTelefon</dt></dl></xs:documentation><xs:documentationxml:lang="de"><dl><dt>TCommunication Type</dt><dt>Code list: </dt><dt>EM = eMail</dt><dt>FX = Fax</dt><dt>TE = Phone</dt><dt>AL = Mobile phone</dt></dl></xs:documentation></xs:annotation><xs:simpleType><xs:restrictionbase="xs:string"><xs:maxLengthvalue="3"/><!-- <xs:enumeration value="AL"> </xs:enumeration> --><!-- <xs:enumeration value="EM"> </xs:enumeration> --><!-- <xs:enumeration value="FX"> </xs:enumeration> --><!-- <xs:enumeration value="TE"> </xs:enumeration> --></xs:restriction></xs:simpleType></xs:element><xs:elementname="CommunicationAdress"minOccurs="1"maxOccurs="1"><xs:annotation><xs:documentationxml:lang="de">Kommunikationsadresse zum davor festgelegten Kommunikationstyp </xs:documentation><xs:documentationxml:lang="en">Communication address related to the previous defined communication type </xs:documentation></xs:annotation><xs:simpleType><xs:restrictionbase="xs:string"><xs:maxLengthvalue="512"/></xs:restriction></xs:simpleType></xs:element></xs:sequence></xs:complexType>